Skip to content

Remove set_stack_pointer.o references from app compile scripts#215

Merged
qianxichen233 merged 1 commit intomainfrom
deprecate-set-stack-pointer-o
Apr 29, 2026
Merged

Remove set_stack_pointer.o references from app compile scripts#215
qianxichen233 merged 1 commit intomainfrom
deprecate-set-stack-pointer-o

Conversation

@DanielZ224
Copy link
Copy Markdown
Contributor

@DanielZ224 DanielZ224 commented Apr 27, 2026

Purpose

This PR removes remaining references to set_stack_pointer.o from application compile scripts in lind-wasm-apps.

This is a companion PR to the lind-wasm change for deprecating set_stack_pointer.o: Lind-Project/lind-wasm#1120. After set_stack_pointer.o is removed from the sysroot/build outputs, app-side dynamic linking scripts should no longer require or link this object.

Both PR should be merged together to make sure nothing is breaking

Changes

  • Removed set_stack_pointer.o from dynamic linking CRT object lists in app compile scripts.
  • Updated the bash dynamic linking comment to no longer mention set_stack_pointer.o.

Related Issue / PR

Related to Lind-Project/lind-wasm issue: glibc: depreciate set_stack_pointer.o #978

Companion PR for the corresponding lind-wasm change.

Validation

  • Searched for remaining set_stack_pointer.o references in app compile scripts.
  • Confirmed no remaining app-side references to set_stack_pointer.o.

@qianxichen233
Copy link
Copy Markdown
Contributor

looks good to me, if someone more familiar with the app repo can make sure this covers all the app we have right now, that'd be great

@rennergade
Copy link
Copy Markdown
Contributor

looks good to me, if someone more familiar with the app repo can make sure this covers all the app we have right now, that'd be great

yeah this needs to cover more of the apps i believe Its outdated

Copy link
Copy Markdown
Contributor

@rennergade rennergade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this wasnt added to the other apps so it seems fine.

@qianxichen233 qianxichen233 merged commit 926750b into main Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants